home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / delicious_bookmarks-2.0.64-fx.xpi / chrome / deliciousBookmarks.jar / content / introWizCancelled.xul < prev    next >
Encoding:
Extensible Markup Language  |  2008-06-19  |  887 b   |  27 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  4. <?xml-stylesheet href="chrome://ybookmarks/skin/idDialogs.css" type="text/css"?>
  5.  
  6. <!DOCTYPE page SYSTEM "chrome://ybookmarks/locale/introWiz.dtd">
  7.  
  8. <dialog
  9.    id="dlg_wizCancelled" 
  10.    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.    xmlns:html="http://www.w3.org/1999/xhtml"
  12.    title="&yb.wizard.cancelled.dialog.title;"
  13.    buttons="accept, cancel"
  14.    defaultButton="cancel"
  15.    ondialogaccept="window.arguments[0].aborted=true;"
  16.    ondialogcancel="window.arguments[0].aborted=false;"   
  17.    buttonlabelaccept="&yb.wizard.cancelled.abort;"
  18.    buttonlabelcancel="&yb.wizard.cancelled.continue;"
  19.    >
  20.  
  21.   
  22.   <description class="doubly-padded">&yb.wizard.cancelled.desc;</description>
  23.   <separator />
  24.   <separator class="groove" />
  25.   
  26. </dialog>
  27.